home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Updates / General / Frontier 3.0 to 3.0.3 Upg.sit / 3.0 => 3.0.3 Upgrader / Upgrade Files / DocServer Docs / Finder.move < prev    next >
Encoding:
Text File  |  1993-12-30  |  693 b   |  14 lines  |  [TEXT/DOCS]

  1.  
  2. Verb    Finder.move
  3. Syntax    Finder.move (sourcePath, destPath)
  4. Parameters    sourcePath is the path to the file or folder you wish to relocate.
  5. destPath is the path to the folder where the contents of sourcePath are to be moved.
  6. Action    Moves the contents of sourcePath to the folder at destPath.
  7. Returns    True
  8. Examples    Finder.move ("System:System Folder:Passwords", "System:A Safe Place:")
  9.     » true
  10. The file called “Passwords” in your System Folder is moved to a safe place, where all good passwords should be!
  11. Notes    Finder.move cannot be used to move files between volumes. Use Finder.drag for this purpose but remember that dragging leaves the original file in place.
  12. See Also    file.copy
  13. Finder.drag
  14.